home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15108 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: netnews.hinet.net!news
  2. From: terry@ms1.hinet.net (Chen Tai-Wei)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Debugging Borland 4.5 DOS apps
  5. Date: Wed, 03 Apr 1996 18:58:46 GMT
  6. Organization: KMC Psychology Department
  7. Message-ID: <3162c519.3358809@netnews.hinet.net>
  8. References: <DpALAE.Bw8@cam-ani.co.uk>
  9. NNTP-Posting-Host: 168.95.124.248
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. On Wed, 3 Apr 1996 15:20:35 GMT, tim@cam-ani.co.uk (Tim Wheals) wrote:
  13.  
  14. >Is source level debugging of DOS applications possible using Borland C++  
  15. >4.5?   Trying to start the debugger for a DOS project results in  a  
  16. >message along the lines of "Can only debug 16 bit Windows programs". 
  17.  
  18. In Windows enviroment, you can only debug 16-bit windows programs.
  19. But you can run the Turbo Debugger from the Tool menu. Then you can
  20. see what happened step-by-step. 
  21. ---
  22. // Depression is an attribute of an object. Since protected by the 
  23. // private keyword, it still can be accessed by some method which 
  24. // is public or friend. It will be derived by the inheritance. And 
  25. // you can't find any destructors forever.
  26. // Copyright (C++) 1971-96 by Chen Tai-Wei, terry@ms1.hinet.net
  27.